projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f389294
)
(x_set_mouse_position): Don't raise the frame.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jan 1994 21:09:54 +0000
(21:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jan 1994 21:09:54 +0000
(21:09 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 2e7ed52597b85eec6f79692a813e3498fcdb4b25..0e8e37fa970e68c76a87dcbcaeaaf59d20ec9e22 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4585,7
+4585,9
@@
x_set_mouse_position (f, x, y)
{
int pix_x, pix_y;
+#if 0 /* Let the user ask for this if he wants it. */
x_raise_frame (f);
+#endif
pix_x = CHAR_TO_PIXEL_COL (f, x) + FONT_WIDTH (f->display.x->font) / 2;
pix_y = CHAR_TO_PIXEL_ROW (f, y) + FONT_HEIGHT (f->display.x->font) / 2;